Skip to main content

All Questions

3votes
1answer
1kviews

Hurst Exponent calculator

I am aiming to compute the Hurst Exponent of a 1-D signal time series in Python. For now, I have one existing function hurst(sig) which returns the Hurst exponent ...
Matthew Anderson's user avatar

close